############################### DISCLAIMER #################################
### Das verwenden dieses Templates basiert auf eigener Verantwortung.    ###
### Die ALSO Schweiz AG lehnt jede Haftung ab beim verwenden dieses      ###
### Templates                                                            ###
############################################################################  
# Dieses Template kann verwendet um die NTP Server des NTP Pool Projekts   #
# auf der FortiGate einzulesen: https://www.pool.ntp.org/zone/ch           # 
############################################################################
# Version 1.0.0                                                            #
# Erstellt von 4Tinu                                                       #
############################################################################

# FQDN Adressobjekte erstellen:

config firewall address
edit "ext_srv_0.ch.pool.ntp.org"
set type fqdn
set comment "NTP Server Projekt https://www.pool.ntp.org/zone/ch"
set color 6
set fqdn "0.ch.pool.ntp.org"
next
edit "ext_srv_1.ch.pool.ntp.org"
set type fqdn
set comment "NTP Server Projekt https://www.pool.ntp.org/zone/ch"
set color 6
set fqdn "1.ch.pool.ntp.org"
next
edit "ext_srv_2.ch.pool.ntp.org"
set type fqdn
set comment "NTP Server Projekt https://www.pool.ntp.org/zone/ch"
set color 6
set fqdn "2.ch.pool.ntp.org"
next
edit "ext_srv_3.ch.pool.ntp.org"
set type fqdn
set comment "NTP Server Projekt https://www.pool.ntp.org/zone/ch"
set color 6
set fqdn "3.ch.pool.ntp.org"
next
edit "ext_srv_ch.pool.ntp.org"
set type fqdn
set comment "NTP Server Projekt https://www.pool.ntp.org/zone/ch"
set color 6
set fqdn "ch.pool.ntp.org"
next
end

# Adress Gruppe erstellen:
config firewall addrgrp
edit "gr_ext_srv_NTP"
set member "ext_srv_0.ch.pool.ntp.org" "ext_srv_1.ch.pool.ntp.org" "ext_srv_2.ch.pool.ntp.org" "ext_srv_3.ch.pool.ntp.org" "ext_srv_ch.pool.ntp.org"
set comment "NTP Servers Schweiz vom Projekt https://www.pool.ntp.org/zone/ch" 
set color 6
next
end


